:root {
  --primary-red: #EC2029;
  --primary-grey: #EBEBEB;
  --secondary-grey: #B7B7B7;
}

html {
      font-family: 'Century Gothic', sans-serif;
}

.title {
    margin-bottom: 40px;
    font-weight: bold;
    color: #000;
}

.subtitle {
    margin-bottom: 25px;
}

.full-width,
label,
input,
textarea,
select {
	width: 100%;
}

.center-text {
  text-align: center;
}

.justify-text {
    text-align: justify;
}

.m0,
p,
ul,
.container-fluid {
  margin: 0;
  padding: 0;
}

.mb30 {
    margin-bottom: 30px;
}

.br8 {
    border-radius: 8px;
}

.grey-shadow {
  box-shadow: 0 0 6px #e8e8e8;
}

.no-display {
  display: none;
}

.bg1 {
  background-color: var(--primary-grey);
}

.bg2 {
  background-color: var(--secondary-grey);
}

.bg2 .title,
.bg2 h4,
.bg2 a,
footer p,
footer a {
    color: #fff;
}


/*==========================================
	GENERAL
===========================================*/


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
  font-size: 14.5px;
    line-height: 24px;
  letter-spacing: 0.5px;
  color: #434343;
}

.content-div {
  padding: 60px 160px;
  width: 100%;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

ul {
    list-style-position: inside;
}

a {
    text-decoration: underline;
    font-size: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

input,
textarea,
select {
    border: 1px solid #ccc;
    padding: 2px 10px;
    min-height: 30px;
}

button,
input[type=submit],
a {
  cursor: pointer;
}

button {
  background-color: inherit;
  border: none;
  transition: 0.5s;
}

button:focus {
  outline: none;
}

.general-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    background-color: var(--primary-red);
    border: 2px solid var(--primary-red);
    color: #fff;
    box-shadow: 0 0 3px #ccc;
}

.general-btn:hover {
  background-color: #fff;
  color: var(--primary-red);
}

.box {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    justify-content: end;
    display: flex;
    flex-direction: column;
    position: relative;
}

.small-logo {
    max-width: 280px;
}


/*==========================================
	HEADER
===========================================*/

nav {
    padding: 5px 50px;
    box-shadow: 0 4px 2px -2px #e8e8e8;
}

.nav .navbar-brand {
    margin-right: 30px;
}

nav .navbar-brand img {
    width: 180px;
}

.navbar-light .navbar-nav .nav-link,
.dropdown-item {
    font-size: 14px;
    color: #000;
    padding: 4px 15px;
}

.dropdown-item:active {
    background-color: inherit;
    color: inherit;
}


/*==========================================
    BANNER
===========================================*/


#banner {
    padding: 150px 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .col-md-8 {
    padding: 80px 50px;
    background-color: rgb(255,255,255,0.8);
}

#banner .col-md-8 img {
    max-width: 430px;
}


/*==========================================
    BLOCK 2
===========================================*/


#div2 .col-md-12 p {
    max-width: 1000px;
    margin: auto;
}

#div2 .row {
    margin: auto;
}

#div2 .box .img-div img {
    width: 80px;
}

#div2 .box .title {
    margin: 20px 0;
}

#div2 .box p {
    text-align: justify;
    margin-bottom: 60px;
}

#div2 .box .btn-div {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}


/*==========================================
    BLOCK 3
===========================================*/


#div3 .col-md-6:last-child {
    text-align: right;
}

#div3 .col-md-6:last-child img {
    width: 90%;
}


/*==========================================
    BLOCK 5
===========================================*/


#div5 .box .top-quote {
    width: fit-content;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#div5 .box .icon-div {
    text-align: right;
}

#div5 .box .icon-div:last-child {
    margin-bottom: 10px;
}

#div5 .box p {
    padding: 0 30px;
}

#div5 .box .customer {
    font-weight: bold;
}

#div5 .box .date {
    font-size: 13px;
}


/*==========================================
    BLOCK 6
===========================================*/


#div6 .col-md-3 h2 {
    color: var(--primary-red);
}


/*==========================================
    BLOCK 7
===========================================*/


#div7 h3 span {
    font-size: inherit;
}

#div7 h3 .red-text {
    color: var(--primary-red);
}

#div7 h3 .grey-text {
    color: grey;
}

#div7 table tr th,
#div7 table tr td {
    padding: 5px 20px;
    border: 1px solid #F0F0F0;
}

#div7 table thead tr th:not(:first-child) {
    background-color: var(--primary-red);
    color: #fff;
}

#div7 table thead tr th:last-child {
    background-color: #434343;
}

#div7 table tbody tr:nth-child(even) {
    background-color: #e8e8e8;
}

#div7 table tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}

#div7 table tbody tr td:first-child {
    text-align: left;
}

#div7 table tbody tr:last-child td {
    font-weight: bold;
}


/*==========================================
    BLOCK 9
===========================================*/


#div9 .col-md-6:first-child img {
    width: 80%;
}

#div9 .col-md-6:last-child {
    padding: 80px 0;
}


/*==========================================
    ABOUT
===========================================*/


#about .col-md-6:last-child {
    padding: 30px;
}

#about .col-md-6:last-child img {
    width: 280px;
}


/*==========================================
    CONTACT | REGISTER FORM
===========================================*/


#contact .contact-det {
    overflow: hidden;
    margin-bottom: 20px;
}

#contact .contact-det .icon-box {
    margin-right: 15px;
}

#contact .icon-box,
#contact p {
    float: left;
}

#contact .col-md-4 .title span {
    color: var(--primary-red);
    font-size: inherit;
}

#contact .col-md-4,
#reg-form .col-md-5 {
    padding: 35px 35px 15px 35px;
}

#contact #details {
    padding-left: 100px;
}

#contact label,
#reg-form label {
    font-weight: 500;
    margin-bottom: 5px;
}

#contact input,
#reg-form input {
    margin-bottom: 15px;
}


/*==========================================
    REGISTER FORM
===========================================*/


#reg-form img {
    width: 280px;
    margin-bottom: 10px;
}

#reg-form .col-md-6 {
    padding: 125px 0;
}

#reg-form .col-md-6 p {
    font-size: 16px;
    line-height: 30px;
}

#reg-form .col-md-5 .title {
    color: var(--primary-red);
}

#reg-form .col-md-12 {
    padding: 0;
}

#reg-form .col-md-12 .box {
    background: #f8f8f8;
    margin-top: 50px;
    height: inherit;
    padding: 30px 40px;
}

#reg-form .col-md-12 .box .title {
    margin-bottom: 25px;
}


/*==========================================
    FOOTER
===========================================*/


footer {
    background-color: #000;
    padding: 10px 50px;
}

footer p {
    width: fit-content;
    float: left;
    font-size: 12px;
}

footer span {
    float: right;
}

footer a {
    text-decoration: none;
}

footer span a img {
    width: 28px;
}


/*==========================================
	RESPONSIVE
===========================================*/


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .mobile-no-display {
      display: none;
  }
  
  .navbar-collapse,
  .dropdown-menu,
  .title,
  #banner,
  #div9,
  #about .col-md-6 .subtitle {
      text-align: center;
  }
  
  nav {
      padding: 5px 20px;
  }
  
  .navbar-light .navbar-toggler {
      border: 0;
      box-shadow: none;
  }
  
  .content-div,
  #banner {
      padding: 40px 20px;
  }
  
  #banner .col-md-6:first-child img,
  #about .col-md-6 img {
    width: 100% !important;
  }
  
  #banner .col-md-6,
  #div9 .col-md-6:last-child {
      padding: 0;
  }
  
  #div2 .col-md-12 {
    padding: 0;
  }
  
  #div2 .col-md-4:not(:last-child),
  #div5 .col-md-4:not(:last-child) { 
    margin-bottom: 25px;
  }
  
  #div7 table tr th,
  #div7 table tr td {
    padding: 5px;
  }
  
  footer {
    padding: 10px 20px;
    text-align: center;
  }
  
  #div3 .col-md-6 img,
  #reg-form img,
  footer span {
      width: 100%;
  }
  
}
  
  